<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.footer {
    text-align: center;
    height: 100px;
    border-top: solid 5px #017acc;
}

    .footer p {
        margin: 10px auto;
    }

        .footer p a {
            color: #6d788a;
            font-size: 14px;
        }

    .footer .lace {
        height: 20px;
        width: 1024px;
        margin: 0 auto;
        background: url(../Images/lace.png) center center no-repeat;
        position: relative;
    }

    .footer p.cr {
        font-size: 13px;
    }

.lace span {
    position: absolute;
    width: auto;
    top: 45px;
    right: -7px;
    color: #808080;
}
</pre></body></html>